home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / dialogs.zip / READ.ME < prev    next >
Text File  |  1993-01-03  |  1KB  |  41 lines

  1. What's New in Version 2.x
  2.  
  3. If you've previously used DLGDSN, this section will give you an idea of
  4. what's new and what has changed in Version 2.x.
  5.  
  6. 1.  Controls can now by directly sized on screen by dragging the lower right
  7.     corner.
  8.  
  9. 2.  Multiple controls may now be selected.  This allows operations like move
  10.     to be done on several controls at once.  Selected controls are now
  11.     colored red in design mode.
  12.  
  13. 3.  Clicking on a control with the right mouse button (or double clicking on
  14.     it) will bring up the Edit box for the control.
  15.  
  16. 4.  There is now support for additional control types:
  17.        TMemo
  18.        Horizontal and vertical scroll bars.
  19.        TInputLong   a long integer extension to TInputline.
  20.        TColoredText   a colored TStaticText extension.
  21.  
  22. 5.  When adding a control, you can specify its label at the same time.
  23.  
  24. 6.  Source code can now be previewed on screen as well as written to a file.
  25.  
  26. 7.  You can now specify Options and Eventmask.  In particular, setting
  27.     ofFrame allows frames and lines to be included in the dialogbox.
  28.  
  29.  
  30. FILES SUPPLIED
  31.  
  32.   DLGDSN.EXE      EXE file for Dialog Design
  33.   DLGDSN.DOC      DOC file for Dialog Design
  34.   DLGHLP.HLP      Help file for Dialog Design
  35.   TESTCASE.PAS    Program to test source code generated by Dialog Design
  36.   COLORTXT.TPU    TPU for TColoredText
  37.   COLORTXT.INT    Doc and partial source for TColoredText
  38.   INPLONG.PAS     Doc and source for TInputLong
  39.  
  40.  
  41.